home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / formvue2.v < prev    next >
Text File  |  1994-03-03  |  947b  |  32 lines

  1. #include color.vc
  2.  
  3. //      coordinate axes with labels
  4.  
  5. studio = {
  6.     from = -1.5 0.75 -3;
  7.     at = 0 0 0;
  8.     up = 0 1 0;
  9.     angle = 25;
  10. //    res = 640 480;
  11.     res = 160 120;
  12.     aspect = 1.3333;
  13. //    antialias = adaptive;
  14.     threshold = 4;
  15.     bkg = sky_blue;
  16.     ambient = .1 .1 .1;
  17. }
  18. // light = { type = point; falloff = 1; position = -30 -30 -30; color = 25 25 25; }
  19. // light = { type = point; falloff = 1; position =  30 -30 -30; color = 25 25 25; }
  20. // top right
  21. light = { type = point; falloff = 1; position = -40  30 -20; color = 25 25 25; }
  22. // top left
  23. light = { type = point; falloff = 1; position =  30  30 -30; color = 25 25 25; }
  24.  
  25. surface = { diff = red; shine = 20 0.5 0.5 0.5; }
  26.  
  27. #define blue { diff = 0 0 1; shine = 20 0.5 0.5 0.5; }
  28. #define red { diff = 1 0 0; shine = 20 0.5 0.5 0.5; }
  29. #define green { diff = 0 1 0; shine = 20 0.5 0.5 0.5; }
  30. #define DEFAULT_TEXTURE  { diff = 0 0 1; shine = 20 0.5 0.5 0.5; }
  31.  
  32. #include temp.v